/*手机端幻灯片*/
.swiper-containera {
    margin: 0 auto;
    font-size: 0;
}
.swiper-containera .swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*手机端幻灯片*/
/*关于我们+幻灯片*/
.about{
	background: #ffffff;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #cccccc;
}
/*关于我们*/
.about .abouta{
	margin-bottom: 10px;
}
.about .abouta h2{
	font-size: 16px;
	color: #000000;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 5%;
}
.about .abouta h2:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 2px;
	background: #cc0033;
	bottom: 0;
	left: 0;
}
.about .abouta p{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 6%;
}
.about .abouta a{
	display: inline-block;
	font-size: 14px;
	color: #cc0033;
	height: 20px;
	line-height: 20px;
	padding-right: 15px;
	background: url(../images/jiantou.png) no-repeat right center;
}
@media screen and (max-width: 430px) {
	.about .abouta p{
		font-size: 14px;
		line-height: 25px;
	}
}
/*关于我们*/

/*幻灯片CSS*/
#banner {
  	position: relative;
  	margin-bottom: 10px;
}
#banner .hd {
  	position: absolute;
  	bottom: 10px;
  	right: 25px;
  	z-index: 100;
  	font-size: 0;
}
#banner .hd li {
  	width: 30px;
  	height: 5px;
  	background-color: #fff;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #cc0033;
}
#banner .bd a {
  	display: block;
}
/*幻灯片CSS*/

/*关于我们+幻灯片*/

/*产品应用*/
.apply{
	background: #f6f6f6;
	padding: 40px 0;
}
.apply .title h2{
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 30px;
}
.apply .title h2:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 2px;
	background: #cc0033;
	bottom: 0;
	left: 0;
}
.apply .tubiao{
	font-size: 0;
	margin-bottom: 50px;
}
.apply .tubiao li{
	display: inline-block;
	vertical-align: top;	
	margin-right:1.5%;
	width: 18.8%;
}
.apply .tubiao li:last-child{
	margin-right: 0;
}
.apply .tubiao a{
	display: block;
	cursor: pointer;
}
.apply .tubiao p{
	background: #ffffff;
	height: 80px;
	line-height: 80px;
	border: 1px solid #e3e3e3;
	position: relative;
}
.apply .tubiao img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 5;
	opacity: 1;
	visibility: visible;
}
.apply .tubiao img:nth-child(2){
	opacity: 0;
	visibility: hidden;
}


.apply .tubiao li.cur img{
	opacity: 0;
	visibility: hidden;
}
.apply .tubiao li.cur img:nth-child(2){
	opacity: 1;
	visibility: visible;
}
.apply .tubiao li.cur p{
	border: 1px solid #d00f2b;
}
.apply .tubiao li.cur span{
	color: #d00f2b;
	border-bottom: 1px solid #d00f2b;
}




.apply .tubiao span{
	font-size: 14px;
	color: #000000;
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e3e3e3;
}
.apply .content{
	
}
.qiehuan{
	display: none;
}
.qiehuan:nth-child(1){
	display: block;
}
.qiehuan .miaoshu{
	
}
.qiehuan .miaoshu h2{
	margin-bottom: 25px;
}
.qiehuan .miaoshu h2 a{
	font-size: 24px;
	display: block;
	color: #cc0000;
	font-weight: bold;
}
.qiehuan .miaoshu h2 span{
	display: block;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.qiehuan .miaoshu p{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.qiehuan .miaoshu ul{
	margin-top: 25px;
	margin-bottom: 30px;
}
.qiehuan .miaoshu ul li{
	
}
.qiehuan .miaoshu ul li a{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	display: inline-block;
	padding-left: 16px;
	position: relative;
}
.qiehuan .miaoshu ul li a:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: #cc0000;
	left: 0;
	top: 7px;
}
.qiehuan .miaoshu>a.more{
	display: inline-block;
	width: 184px;
	height: 35px;
	background: url(../images/more.png) no-repeat left top;
	line-height: 35px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
}
.qiehuan .tu{
	
}

/*手机端*/
.swiper-containerb {
    width: 100%;
    margin: 0px auto;
}
.swiper-containerb  .swiper-slide {    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*产品应用*/